Quote:
|
Originally Posted by raylistic87
How do i access to my root or superuser account in the terminal?
|
Probably what you want is to gain access to administrator priviledges. To do that, preceed the command you want to run with "sudo" or with "gksudo" for graphical applications like gedit, nautilus, etc.
So if you want to install applications with apt-get, the command would be:
Code:
sudo apt-get appname
When you try to use sudo, it will ask for your password and when you type it in you won't see it but it is being registered. Hit enter after you have completed the password. By the way, only those with administrator priviledges can do this - normally if you are the first registered user on the computer you can use sudo.